API Documentation
Engine.h
1 // Engine.h
3 //
5 
6 namespace nkAstraeus
7 {
14  class DLL_ASTRAEUS_EXPORT Engine final : public nkCommon::SingletonClass<Engine>
15  {
16  public :
17 
25  bool initialize () const ;
26 
30  void shutdown () const ;
31  } ;
32 }
nkAstraeus::Engine::initialize
bool initialize() const
nkAstraeus
Encompasses all API of component NilkinsAstraeus.
Definition: Engine.h:7
nkAstraeus::Engine
The main entry point for nkAstraeus engine.
Definition: Engine.h:15
nkAstraeus::Engine::shutdown
void shutdown() const